home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / profft.zip / README.TXT < prev    next >
Text File  |  1992-05-13  |  2KB  |  61 lines

  1. PROfft version 1.0 release date 29.4.1992
  2.  
  3. WHAT IS PROFFT?
  4.  
  5. PROfft stands for PROject Fast Fourier Transform and is the result of
  6. a project developed by five students learning C++ at the Norwegian
  7. Institute of Technology spring 1992.
  8.  
  9. The program allows to transform bitmap (.BMP) pictures using the fast
  10. fourier transform. The resulting pictures will be displayed as according
  11. to the mathematic formula [Grayscale Intensity]=LOG10(1+ABS(Z)) where
  12. Z denotes the complex number after transforming the picture. There is
  13. an option which allow the transforms to be shifted to the center of the
  14. window (centered lower frequencies). You can also filter the pictures
  15. using lowpass, highpass, bandpass, bandstop, butterworth lowpass and
  16. highpass filters. In addition there is a "freehand" filter which allow
  17. you to zero out certain frequencies in the transformed picture. Finally
  18. the manipulated complex pictures can be transformed back again.
  19.  
  20. The program requires Windows 3.X to run, and preferably with a 256 colour
  21. driver installed (although it will work perfectly with standard VGA).
  22. The transformed pictures can be saved to disk or pasted into other
  23. applications by using the clipboard.
  24.  
  25. The pictures to be transformed has to have the following characteristics:
  26.  
  27.   They must be square and their width and height has to be in a power of 2
  28.   (16, 32, 64, ..., 2^n).
  29.  
  30.   They must be in the DIB (Device Independent Bitmap) format specified for
  31.   Windows 3.X and OS/2. In addition they must have 8 bitplanes (that is a
  32.   maximum of 256 colours/grayscales) and must have a grayscale palette.
  33.   The palette is presumed to have colour 0 as black all the way up to
  34.   255 as white (so that 127 equals 50% gray).
  35.  
  36.  
  37. WHY IS IT HERE?
  38.  
  39. During the developement I've talked to different people using internet,
  40. and at one time I mentioned that I could send people the project after
  41. it was finished. One week later my mailbox was full with answers from
  42. people everywhere. Not beeing able to reply to everyone I decided to
  43. make it available through FTP (which is where this file originated from).
  44.  
  45.  
  46.  
  47. QUESTIONS?
  48.  
  49. Any questions concerning the system can be directed to:
  50.  
  51.  
  52. Marius Kjeldahl
  53. Klostergt. 56 - 27 C
  54. N-7030 Trondheim
  55. Norway
  56.  
  57. Phone priv. +47 7 503424
  58. Phone work  +47 2 383910
  59. Internet mariusk@lise.unit.no  (will not be replied during summer since then
  60.                                 I'm not at the campus..)
  61.